Skip to content

Commit

Permalink
fix: version 1.0.20-SNAPSHOT (#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Oct 20, 2023
1 parent d865a1b commit 26aed88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flex-linux-setup/flex_linux_setup/flex_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def download_jans_install_py(setup_branch):
"SETUP_BRANCH": argsp.jans_setup_branch,
"FLEX_BRANCH": argsp.flex_branch,
"JANS_BRANCH": argsp.jans_branch,
"JANS_APP_VERSION": "1.0.19",
"JANS_BUILD": "",
"JANS_APP_VERSION": "1.0.20",
"JANS_BUILD": "-SNAPSHOT",
"NODE_VERSION": "v18.16.0",
"NODE_MODULES_BRANCH": argsp.node_modules_branch or argsp.flex_branch
}
Expand Down

0 comments on commit 26aed88

Please sign in to comment.