diff --git a/CHANGES.md b/CHANGES.md
index a2067c4b7..d573cd2e1 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,9 @@
# Rojo Change Log
## Current master
+* *No changes*
+
+## 0.4.11 (June 10, 2018)
* Defensively insert existing instances into RouteMap; should fix most duplication cases when syncing into existing trees.
* Fixed incorrect synchronization from `Plugin:_pull` that would cause polling to create issues
* Fixed incorrect file routes being assigned to `init.lua` and `init.model.json` files
diff --git a/README.md b/README.md
index 9853f3fc8..78d94c873 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-
+
diff --git a/plugin/src/Config.lua b/plugin/src/Config.lua
index 459c5dd16..c8f2ed917 100644
--- a/plugin/src/Config.lua
+++ b/plugin/src/Config.lua
@@ -1,6 +1,6 @@
return {
pollingRate = 0.2,
- version = {0, 4, 10},
+ version = {0, 4, 11},
expectedServerVersionString = "0.4.x",
protocolVersion = 1,
icons = {
diff --git a/server/Cargo.lock b/server/Cargo.lock
index 0c58d3635..a3b0fe3ed 100644
--- a/server/Cargo.lock
+++ b/server/Cargo.lock
@@ -636,7 +636,7 @@ dependencies = [
[[package]]
name = "rojo"
-version = "0.4.10"
+version = "0.4.11"
dependencies = [
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/server/Cargo.toml b/server/Cargo.toml
index f44881d5f..f44419eaf 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rojo"
-version = "0.4.10"
+version = "0.4.11"
authors = ["Lucien Greathouse "]
description = "A tool to create robust Roblox projects"
license = "MIT"