Skip to content

Commit

Permalink
Start development towards 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmi Ahmadov authored and irbull committed Mar 6, 2020
1 parent f5b0d91 commit e253078
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
uses: actions/[email protected]
with:
name: j2v8-linux-x86_64
path: build.out/j2v8_linux_x86_64-6.0.0.jar
path: build.out/j2v8_linux_x86_64-6.1.0-SNAPSHOT.jar
6 changes: 3 additions & 3 deletions build_system/build_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# J2V8 settings
#-----------------------------------------------------------------------

J2V8_VERSION_MAJOR, J2V8_VERSION_MINOR, J2V8_VERSION_PATCH = 6, 0, 0
# J2V8_VERSION_SUFFIX = "-SNAPSHOT"
J2V8_VERSION_SUFFIX = ""
J2V8_VERSION_MAJOR, J2V8_VERSION_MINOR, J2V8_VERSION_PATCH = 6, 1, 0
J2V8_VERSION_SUFFIX = "-SNAPSHOT"
# J2V8_VERSION_SUFFIX = ""

# The J2V8 version in the format {major.minor.patch} to be used in other build & utility scripts
J2V8_VERSION = '{}.{}.{}'.format(J2V8_VERSION_MAJOR, J2V8_VERSION_MINOR, J2V8_VERSION_PATCH)
Expand Down

0 comments on commit e253078

Please sign in to comment.