We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4dcaa commit 08f1cbbCopy full SHA for 08f1cbb
3 files changed
VERSION
@@ -1 +1 @@
1
-1_0_9
+1.0.9
casper-node-util/DEBIAN/control
@@ -1,5 +1,5 @@
Package: casper-node-util
2
-Version: 1_0_9
+Version: 1.0.9
3
Architecture: all
4
Maintainer: Joe Sacher <joe.sacher@casper.network>
5
Description: Utility for working with casper-node and casper-sidecar
casper-node-util/usr/bin/casper-node-util
@@ -30,7 +30,7 @@ NET_CONFIG_PATH = CONFIG_PATH / "network_configs"
30
SCRIPT_NAME = "casper-node-util"
31
NODE_IP = "127.0.0.1"
32
# Below is automatically replaced. Modify set_version.py if changing
33
-VERSION = "1_0_9"
+VERSION = "1.0.9"
34
35
def get_value_in_section(lines, section_name, value_name):
36
""" A bit of a hack due to toml not being in std lib """
0 commit comments