diff --git a/README.md b/README.md
index faefc6619e..b159045d13 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ repositories {
}
dependencies {
- compile 'com.github.bumptech.glide:glide:3.7.0'
+ compile 'com.github.bumptech.glide:glide:3.8.0'
compile 'com.android.support:support-v4:19.1.0'
}
```
@@ -38,7 +38,7 @@ Or Maven:
com.github.bumptech.glide
glide
- 3.7.0
+ 3.8.0
aar
diff --git a/gradle.properties b/gradle.properties
index 1869d68215..6e32161514 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,4 +1,4 @@
-VERSION_NAME=3.8.0-SNAPSHOT
+VERSION_NAME=3.8.0
VERSION_MAJOR=3
VERSION_MINOR=8
VERSION_PATCH=0
diff --git a/integration/okhttp/gradle.properties b/integration/okhttp/gradle.properties
index 48fd388b15..798e1dcfb6 100644
--- a/integration/okhttp/gradle.properties
+++ b/integration/okhttp/gradle.properties
@@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp Integration
POM_ARTIFACT_ID=okhttp-integration
POM_PACKAGING=aar
-VERSION_NAME=1.5.0-SNAPSHOT
+VERSION_NAME=1.5.0
VERSION_MAJOR=1
VERSION_MINOR=5
VERSION_PATCH=0
diff --git a/integration/okhttp3/gradle.properties b/integration/okhttp3/gradle.properties
index d96f2860bd..e0ab0200bd 100644
--- a/integration/okhttp3/gradle.properties
+++ b/integration/okhttp3/gradle.properties
@@ -2,7 +2,7 @@ POM_NAME=Glide OkHttp 3.x Integration
POM_ARTIFACT_ID=okhttp3-integration
POM_PACKAGING=aar
-VERSION_NAME=1.5.0-SNAPSHOT
+VERSION_NAME=1.5.0
VERSION_MAJOR=1
VERSION_MINOR=5
VERSION_PATCH=0
diff --git a/integration/volley/gradle.properties b/integration/volley/gradle.properties
index 28ffdbc840..9d76b5ba97 100644
--- a/integration/volley/gradle.properties
+++ b/integration/volley/gradle.properties
@@ -2,7 +2,7 @@ POM_NAME=Glide Volley Integration
POM_ARTIFACT_ID=volley-integration
POM_PACKAGING=aar
-VERSION_NAME=1.5.0-SNAPSHOT
+VERSION_NAME=1.5.0
VERSION_MAJOR=1
VERSION_MINOR=5
VERSION_PATCH=0