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

Switch to snapshot versioning

This commit is contained in:
Karol Stasiak 2018-07-01 19:07:12 +02:00
parent 63988dbe8c
commit 86b12bd5f9
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Change log
## Current version
## 0.3.0
* Finally faster than C.

View File

@ -1,6 +1,6 @@
name := "millfork"
version := "0.3.0"
version := "0.3.1-SNAPSHOT"
scalaVersion := "2.12.3"