Skip to content

Commit 59a7d15

Browse files
committed
Update build.sbt version to 0.10
1 parent a12e403 commit 59a7d15

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
@@ -8,7 +8,7 @@ import sbt.Keys._
88
resolvers += Resolver.sonatypeRepo("public")
99

1010
val NAME = "kaitai-struct-compiler"
11-
val VERSION = "0.10-SNAPSHOT"
11+
val VERSION = "0.10"
1212
val TARGET_LANGS = "C++/STL, C#, Go, Java, JavaScript, Lua, Nim, Perl, PHP, Python, Ruby"
1313
val UTF8 = Charset.forName("UTF-8")
1414

0 commit comments

Comments
 (0)