Fixed typo
diff --git a/build.gradle b/build.gradle
index 3e627f0..dfb92ea 100644
--- a/build.gradle
+++ b/build.gradle
@@ -276,7 +276,7 @@
         //do not generate extra load on Nexus with new staging repository if signing fails
         tasks.withType(io.github.gradlenexus.publishplugin.InitializeNexusStagingRepository).configureEach {
             shouldRunAfter(tasks.withType(Sign))
-        }≠
+        }
     }
 
 }
diff --git a/gradle.properties b/gradle.properties
index a7cd3cc..e80a045 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,6 +1,6 @@
 title=Groovy Server Pages (GSP)
 authors=Graeme Rocher
-projectVersion=5.0.0.M1
+projectVersion=5.0.0-SNAPSHOT
 projectDesc=GSP (Groovy Server Pages) - A server-side view rendering technology based on Groovy
 projectUrl=https://github.com/grails/grails-gsp
 githubSlug=grails/grails-gsp