Skip to content

Commit 353cc8d

Browse files
Elmi Ahmadovirbull
Elmi Ahmadov
authored andcommitted
Release 6.0.0
1 parent 49462ea commit 353cc8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
uses: actions/[email protected]
4444
with:
4545
name: j2v8-linux-x86_64
46-
path: build.out/j2v8_linux_x86_64-6.0.0-SNAPSHOT.jar
46+
path: build.out/j2v8_linux_x86_64-6.0.0.jar

build_system/build_settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#-----------------------------------------------------------------------
1818

1919
J2V8_VERSION_MAJOR, J2V8_VERSION_MINOR, J2V8_VERSION_PATCH = 6, 0, 0
20-
J2V8_VERSION_SUFFIX = "-SNAPSHOT"
21-
#J2V8_VERSION_SUFFIX = ""
20+
# J2V8_VERSION_SUFFIX = "-SNAPSHOT"
21+
J2V8_VERSION_SUFFIX = ""
2222

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

0 commit comments

Comments
 (0)