aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-04-21 17:06:16 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-04-21 17:06:16 +0000
commit635c7f43ddb4f3f3bd52698fcaf97e262b1738be (patch)
treef3a448651ebfa099cee4020a86c869f7f0fde15f /actionwebservice/lib
parent15741451855c80f775c0237cc9bcacf55666e136 (diff)
downloadrails-635c7f43ddb4f3f3bd52698fcaf97e262b1738be.tar.gz
rails-635c7f43ddb4f3f3bd52698fcaf97e262b1738be.tar.bz2
rails-635c7f43ddb4f3f3bd52698fcaf97e262b1738be.zip
Run with the latest versions so beta gems will work
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6548 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/lib')
-rw-r--r--actionwebservice/lib/action_web_service/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionwebservice/lib/action_web_service/version.rb b/actionwebservice/lib/action_web_service/version.rb
index cc1db8318f..ebcb7eaac4 100644
--- a/actionwebservice/lib/action_web_service/version.rb
+++ b/actionwebservice/lib/action_web_service/version.rb
@@ -1,8 +1,8 @@
module ActionWebService
module VERSION #:nodoc:
MAJOR = 1
- MINOR = 1
- TINY = 6
+ MINOR = 2
+ TINY = 3
STRING = [MAJOR, MINOR, TINY].join('.')
end