Move to 0.3.0.

This commit is contained in:
Nikolay Igotti
2021-02-22 13:19:43 +03:00
parent 4de10a6499
commit 10e99c20d9
15 changed files with 19 additions and 19 deletions

View File

@@ -1,3 +1,3 @@
OLDVER=0.0.0-unmerged-build39
NEWVER=0.3.0-rc1
OLDVER=0.3.0-rc1
NEWVER=0.3.0
find -E ../ -regex '.*\.(kts|properties|kt)' -exec sed -i '' -e "s/$OLDVER/$NEWVER/g" {} \;