public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
Reset the version to 0.8.1.
Mark Bates (author)
Tue Apr 22 05:31:16 -0700 2008
commit  863978d258b5890cf4883eed8b1a81d549352276
tree    d282e1ed717e90d892b4a6bf28e82cdf48f94448
parent  1f1672607214f2f98f8076d83e1970a5a4e21bd2
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@
0
   module VERSION #:nodoc:
0
     MAJOR = 0
0
     MINOR = 8
0
- TINY = 2
0
+ TINY = 1
0
     
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
     

Comments

    No one has commented yet.