mirror of
https://github.com/discourse/discourse.git
synced 2025-01-04 11:44:22 +08:00
Bump version to v3.4.0.beta3
This commit is contained in:
parent
17bdffc900
commit
bc4ab613ce
|
@ -7,7 +7,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.4.0.beta3-dev"
|
STRING = "3.4.0.beta3"
|
||||||
|
|
||||||
PARTS = STRING.split(".")
|
PARTS = STRING.split(".")
|
||||||
private_constant :PARTS
|
private_constant :PARTS
|
||||||
|
|
Loading…
Reference in New Issue
Block a user