Skip to content

Commit

Permalink
Updated app version and history
Browse files Browse the repository at this point in the history
  • Loading branch information
priyavadan committed May 1, 2024
1 parent 9375908 commit 106ed8a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GIT
PATH
remote: .
specs:
origen (0.60.11)
origen (0.60.14)
activesupport (~> 4.1)
bundler (> 1.7)
coderay (~> 1.1)
Expand Down
2 changes: 1 addition & 1 deletion config/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Origen
MAJOR = 0
MINOR = 60
BUGFIX = 11
BUGFIX = 14
DEV = nil
VERSION = [MAJOR, MINOR, BUGFIX].join(".") + (DEV ? ".pre#{DEV}" : '')
end
12 changes: 12 additions & 0 deletions doc/history
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a class="anchor release_tag" name="v0_60_14"></a>
<h1><a href="#v0_60_14">Tag: v0.60.14</a></h1>

##### Branch: 'master'

##### by Priyavadan Kumar on 01-May-2024 12:55PM


- allow remotes to disable version prefix
- fixed bug in git branch comparator
- updates by @CodyBriscoe

<a class="anchor release_tag" name="v0_60_11"></a>
<h1><a href="#v0_60_11">Tag: v0.60.11</a></h1>

Expand Down

0 comments on commit 106ed8a

Please sign in to comment.