Skip to content

Commit 838c2f9

Browse files
committed
Bumped version
1 parent f574692 commit 838c2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy val compiler = crossProject.in(file(".")).
1515
enablePlugins(JavaAppPackaging).
1616
settings(
1717
name := "kaitai-struct-compiler",
18-
version := "0.2",
18+
version := "0.3",
1919
licenses := Seq(("GPL-3.0", url("https://opensource.org/licenses/GPL-3.0"))),
2020
scalaVersion := "2.11.7",
2121
buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion),

0 commit comments

Comments
 (0)