Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit d2ce4a4

Browse files
committed
Updated version numbers. Pre-alpha release 2 is ready!
1 parent e5afe4b commit d2ce4a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name := "chatoverflow-api"
33
lazy val sourceGenerator = TaskKey[Unit]("sourceGenerator")
44

55
// Convention: majorVersion++ on api signature update (else: minorVersion ++)
6-
val majorVersion = 1
6+
val majorVersion = 2
77
val minorVersion = 0
88
version := s"$majorVersion.$minorVersion"
99

src/main/java/org/codeoverflow/chatoverflow/api/APIVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
* THIS CLASS IS GENERATED WHILE COMPILING. DO CHANGE THE VERSION NUMBERS IN THE APIS BUILD.SBT!
55
*/
66
public class APIVersion {
7-
public static final int MAJOR_VERSION = 1;
7+
public static final int MAJOR_VERSION = 2;
88
public static final int MINOR_VERSION = 0;
99
}

0 commit comments

Comments
 (0)