Skip to content

Commit 08f1cbb

Browse files
committed
Correcting format of version
1 parent ed4dcaa commit 08f1cbb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1_0_9
1+
1.0.9

casper-node-util/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: casper-node-util
2-
Version: 1_0_9
2+
Version: 1.0.9
33
Architecture: all
44
Maintainer: Joe Sacher <joe.sacher@casper.network>
55
Description: Utility for working with casper-node and casper-sidecar

casper-node-util/usr/bin/casper-node-util

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ NET_CONFIG_PATH = CONFIG_PATH / "network_configs"
3030
SCRIPT_NAME = "casper-node-util"
3131
NODE_IP = "127.0.0.1"
3232
# Below is automatically replaced. Modify set_version.py if changing
33-
VERSION = "1_0_9"
33+
VERSION = "1.0.9"
3434

3535
def get_value_in_section(lines, section_name, value_name):
3636
""" A bit of a hack due to toml not being in std lib """

0 commit comments

Comments
 (0)