1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-08-15 19:27:22 +00:00

Switch to snapshot versioning

This commit is contained in:
Karol Stasiak
2019-11-12 13:49:16 +01:00
parent 02be0a8c7d
commit adc2969b73
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.12"
version := "0.3.13-SNAPSHOT"
scalaVersion := "2.12.10"