Skip to content

Commit

Permalink
Update build.sbt version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Jul 8, 2022
1 parent a12e403 commit 59a7d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt.Keys._
resolvers += Resolver.sonatypeRepo("public")

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

Expand Down

0 comments on commit 59a7d15

Please sign in to comment.