Skip to content

Commit

Permalink
chore: modify app_info.json and python version files
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Oct 11, 2023
1 parent 1e0d75b commit 9257e62
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jans-cli-tui/cli_tui/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
https://www.apache.org/licenses/LICENSE-2.0
"""

__version__ = "1.0.19-dev"
__version__ = "1.0.19"
2 changes: 1 addition & 1 deletion jans-linux-setup/jans_setup/app_info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"JANS_APP_VERSION": "1.0.19",
"JANS_BUILD": "-SNAPSHOT",
"JANS_BUILD": "",
"JETTY_VERSION": "11.0.15",
"AMAZON_CORRETTO_VERSION": "17",
"JYTHON_VERSION": "2.7.3",
Expand Down
2 changes: 1 addition & 1 deletion jans-linux-setup/jans_setup/setup_app/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.19-dev"
__version__ = "1.0.19"
2 changes: 1 addition & 1 deletion jans-pycloudlib/jans/pycloudlib/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""This module contains version-related info."""

__version__ = "1.0.19-dev" # pragma: no cover
__version__ = "1.0.19" # pragma: no cover

0 comments on commit 9257e62

Please sign in to comment.