Skip to content

Commit 2b23878

Browse files
committed
chore: bump server version to 0.2.0
1 parent 046aa7c commit 2b23878

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.sakethh"
11-
version = "0.1.0"
11+
version = "0.2.0"
1212

1313
application {
1414
mainClass.set("com.sakethh.linkora.ApplicationKt")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.sakethh.linkora
22

33
object Constants {
4-
const val SERVER_VERSION = "0.1.0"
4+
const val SERVER_VERSION = "0.2.0"
55
const val KEY_STORE_ALIAS = "linkora-sync-server-cert"
66
}

0 commit comments

Comments
 (0)