Skip to content

Commit e577b36

Browse files
authored
Merge pull request #6 from sacherjj/revert-version-to-trigger-ci
Correcting branch for merge.
2 parents 63d8613 + d23ec17 commit e577b36

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/push-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ permissions:
77
on:
88
push:
99
branches:
10+
- main
1011
- dev
11-
- 'feat-**'
12-
- 'release-**'
1312

1413
jobs:
1514
push_artifacts:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.8
1+
1.0.7

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.8
2+
Version: 1.0.7
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.8"
33+
VERSION = "1.0.7"
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)