Skip to content

Commit

Permalink
Prepare for 1.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBean355 committed Apr 30, 2023
1 parent edbd6a1 commit 506111c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.github.mrbean355"
version = "1.14.0-SNAPSHOT"
version = "1.14.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ package com.github.mrbean355.admiralbulldog

import com.vdurmont.semver4j.Semver

val APP_VERSION: Semver = Semver("1.14.0-SNAPSHOT")
val APP_VERSION: Semver = Semver("1.14.0")

const val DISTRIBUTION: String = "win"

0 comments on commit 506111c

Please sign in to comment.