diff --git a/ChangeLog.txt b/ChangeLog.txt
index d5fa557e..94f43137 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,7 +1,7 @@
Changelog
-========== Version 2.0.0-1.beta ==========
+========== Version 2.0.0 ==========
Major Changes:
Alter loop counters to be more pythonic (starting at 0)
diff --git a/pom.xml b/pom.xml
index 88d252c5..08ad4ed6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
org.ardublock
ardublock
jar
- 2.0.0-1.beta-SNAPSHOT
+ 2.0.0-SNAPSHOT
ArduBlock
A Block Programming Language for Arduino
diff --git a/src/main/resources/com/ardublock/block/ardublock.properties b/src/main/resources/com/ardublock/block/ardublock.properties
index dc33ee5a..09561fc0 100644
--- a/src/main/resources/com/ardublock/block/ardublock.properties
+++ b/src/main/resources/com/ardublock/block/ardublock.properties
@@ -437,7 +437,7 @@ ardublock.ui.create_refer=create reference
ardublock.ui.website=Go to Web Site
ardublock.ui.serialMonitor=Serial Monitor
ardublock.ui.saveImage=Save as image...
-ardublock.ui.version=2.0.0-1.beta
+ardublock.ui.version=2.0.0
ardublock.error_msg.digital_var_slot=Digital variable slot must take a 'digital variable' name.\nHint: Look at the 'variable' socket on the highlighted block
ardublock.error_msg.number_var_slot=Standard variable slot must take a standard 'numeric' variable name.\nHint: Look at the 'variable' socket on the highlighted block