Skip to content

Commit

Permalink
Add a valid version
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy87 committed Aug 16, 2018
1 parent 3915a3a commit 601e17d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/Version.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
object SpinalVersion {
val compiler = "2.11.6"

private val major = "0.1.0"
val tester = s"$major"
val crypto = s"$major"
private val version = "1.0.0"

val tester = s"$version"
val crypto = s"$version"
}

0 comments on commit 601e17d

Please sign in to comment.