Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed May 17, 2023
1 parent 2dbe8c2 commit 2eb568c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/00_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module Dodona
class Application
module Version
MAJOR = 6
MINOR = 7
PATCH = 4
MINOR = 8
PATCH = 0

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

0 comments on commit 2eb568c

Please sign in to comment.