Skip to content

Commit 26aed88

Browse files
authored
fix: version 1.0.20-SNAPSHOT (#1402)
1 parent d865a1b commit 26aed88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flex-linux-setup/flex_linux_setup/flex_setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ def download_jans_install_py(setup_branch):
258258
"SETUP_BRANCH": argsp.jans_setup_branch,
259259
"FLEX_BRANCH": argsp.flex_branch,
260260
"JANS_BRANCH": argsp.jans_branch,
261-
"JANS_APP_VERSION": "1.0.19",
262-
"JANS_BUILD": "",
261+
"JANS_APP_VERSION": "1.0.20",
262+
"JANS_BUILD": "-SNAPSHOT",
263263
"NODE_VERSION": "v18.16.0",
264264
"NODE_MODULES_BRANCH": argsp.node_modules_branch or argsp.flex_branch
265265
}

0 commit comments

Comments
 (0)