Skip to content

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elmi Ahmadov committed Mar 9, 2020
1 parent 7722a8e commit 878080f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1.0-SNAPSHOT.jar
path: build.out/j2v8_linux_x86_64-6.1.0.jar
4 changes: 2 additions & 2 deletions build_system/build_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#-----------------------------------------------------------------------

J2V8_VERSION_MAJOR, J2V8_VERSION_MINOR, J2V8_VERSION_PATCH = 6, 1, 0
J2V8_VERSION_SUFFIX = "-SNAPSHOT"
# J2V8_VERSION_SUFFIX = ""
# 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 878080f

Please sign in to comment.