Skip to content

Commit

Permalink
Update gradle.properties (#986)
Browse files Browse the repository at this point in the history
* Update gradle.properties

* Update version

* Trigger Build
  • Loading branch information
maaquib authored Dec 20, 2021
1 parent a4e872d commit 2499f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.daemon=true
org.gradle.jvmargs=-Xmx1024M
netty_version=4.1.50.Final
slf4j_api_version=1.7.32
slf4j_log4j_version=2.16.0
slf4j_log4j_version=2.17.0
gson_version=2.8.5
commons_cli_version=1.3.1
testng_version=6.8.1
Expand Down
2 changes: 1 addition & 1 deletion mms/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
This is the current version of MMS
"""

__version__ = '1.1.6'
__version__ = '1.1.7'

0 comments on commit 2499f5e

Please sign in to comment.