diff --git a/Factor.app/Contents/Info.plist b/Factor.app/Contents/Info.plist
index fd962df08d..48581e7554 100644
--- a/Factor.app/Contents/Info.plist
+++ b/Factor.app/Contents/Info.plist
@@ -32,7 +32,7 @@
CFBundlePackageType
APPL
CFBundleVersion
- 0.98
+ 0.99
NSHumanReadableCopyright
Copyright © 2003-2018 Factor developers
NSServices
diff --git a/GNUmakefile b/GNUmakefile
index 1d4ebaabcf..0cf1d9fd4c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,5 +1,5 @@
ifdef CONFIG
- VERSION = 0.98
+ VERSION = 0.99
GIT_LABEL = $(shell echo `git describe --all`-`git rev-parse HEAD`)
BUNDLE = Factor.app
diff --git a/Nmakefile b/Nmakefile
index 310358a60b..0b0ce66777 100644
--- a/Nmakefile
+++ b/Nmakefile
@@ -1,4 +1,4 @@
-VERSION = 0.98
+VERSION = 0.99
# Crazy hack to do shell commands
# We do it in Nmakefile because that way we don't have to invoke build through build.cmd