Skip to content

Commit

Permalink
Merge pull request #19 from mdsol/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
sakhtermdsol committed Nov 23, 2015
2 parents 74eeed4 + ef207b7 commit 4b5f8a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions History.txt → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
= RubyCAS-Client Changelog

== Version 2.3.10 :: 2015-11-23
* New functionality
* Add support for Rails 4 applications

== Version 2.3.9 :: 2012-06-20

* Other
Expand Down
1 change: 0 additions & 1 deletion CHANGELOG.txt

This file was deleted.

4 changes: 2 additions & 2 deletions lib/casclient/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module CASClient #:nodoc:
module VERSION #:nodoc:
MAJOR = 2
MINOR = 2
TINY = 1
MINOR = 3
TINY = 10

STRING = [MAJOR, MINOR, TINY].join('.')
end
Expand Down

0 comments on commit 4b5f8a3

Please sign in to comment.