mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 11:24:59 +08:00
Bump version to v3.3.0.beta4-dev
This commit is contained in:
parent
a29ec30985
commit
65be7a7880
|
@ -8,7 +8,7 @@ module Discourse
|
||||||
unless defined?(::Discourse::VERSION)
|
unless defined?(::Discourse::VERSION)
|
||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
# Use the `version_bump:*` rake tasks to update this value
|
# Use the `version_bump:*` rake tasks to update this value
|
||||||
STRING = "3.3.0.beta3"
|
STRING = "3.3.0.beta4-dev"
|
||||||
|
|
||||||
PARTS = STRING.split(".")
|
PARTS = STRING.split(".")
|
||||||
private_constant :PARTS
|
private_constant :PARTS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user