Skip to content

Commit

Permalink
Update build.sbt version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Oct 15, 2020
1 parent 0d06ba2 commit 9f48850
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.9-SNAPSHOT"
val VERSION = "0.9"
val TARGET_LANGS = "C++/STL, C#, Java, JavaScript, Lua, Nim, Perl, PHP, Python, Ruby"
val UTF8 = Charset.forName("UTF-8")

Expand Down

0 comments on commit 9f48850

Please sign in to comment.