1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-18 00:29:30 +00:00

Switch to snapshot versioning

This commit is contained in:
Karol Stasiak 2019-08-16 00:42:11 +02:00
parent 987b4a3b7f
commit 263647c59c
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Change log
## Current version
## 0.3.6
* **Breaking change!**

View File

@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.6"
version := "0.3.7-SNAPSHOT"
scalaVersion := "2.12.8"