Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Mar 19, 2019
1 parent 739fb36 commit 1814b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ext {
getVersionName = {
def currentVersion = project.version.toString()
if(currentVersion.contains("SNAPSHOT")) {
"0.9.4.99"
"0.9.6.99"
} else {
currentVersion
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# along with alf.io. If not, see <http://www.gnu.org/licenses/>.
#
group=alfio
version=0.9.6-SNAPSHOT
version=0.9.6

0 comments on commit 1814b5e

Please sign in to comment.