Skip to content

Commit

Permalink
issues/245 - Inc patch version number
Browse files Browse the repository at this point in the history
  • Loading branch information
meywood committed Feb 13, 2024
1 parent 250c4d7 commit 49c3f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: ./gradlew clean build -x javadoc

- name: export project version
run: echo "project_version=$(./gradlew properties -q | grep "version:" | awk '{print $2}')" >> $github_env
run: echo "PROJECT_VERSION=$(./gradlew properties -q | grep "version:" | awk '{print $2}')" >> $github_env

- name: generate javadoc
run: ./gradlew javadoc
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'java'

group = 'network.casper'
// Version number update for release
version='2.4.2'
version='2.4.1'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down

0 comments on commit 49c3f39

Please sign in to comment.