about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/wrongdoc.rb3
2 files changed, 1 insertions, 4 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 432f3c0..db834ac 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v1.1.1.GIT
+DEF_VER=v1.3.0.GIT
 
 LF='
 '
diff --git a/lib/wrongdoc.rb b/lib/wrongdoc.rb
index 2e9c553..9207dca 100644
--- a/lib/wrongdoc.rb
+++ b/lib/wrongdoc.rb
@@ -6,9 +6,6 @@ require 'nokogiri'
 
 module Wrongdoc
 
-  # the version of wrongdoc, currently 1.1.1
-  VERSION = '1.1.1'
-
   autoload :Readme, 'wrongdoc/readme'
   autoload :History, 'wrongdoc/history'
   autoload :Release, 'wrongdoc/release'