1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 03:16:45 +00:00

Switch to snapshot versioning

This commit is contained in:
Karol Stasiak
2020-04-26 21:17:13 +02:00
parent 5909c37166
commit c3b3548956
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
# Change log
## Current version
## 0.3.16 (2020-04-08)
* Language improvements:
+1 -1
View File
@@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.16"
version := "0.3.17-SNAPSHOT"
scalaVersion := "2.12.11"