Skip to content

Commit

Permalink
Version bump to v2.8.0.beta4 (#13824)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlalonde committed Jul 22, 2021
1 parent 8bc01c1 commit cb858af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/version.rb
Expand Up @@ -10,7 +10,7 @@ module VERSION #:nodoc:
MAJOR = 2
MINOR = 8
TINY = 0
PRE = 'beta3'
PRE = 'beta4'

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

2 comments on commit cb858af

@FaizanZahid
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nlalonde the latest discourse ver on Installed
2.8.0.beta4
(
0e53769
) that we upgraded on to from GUI (updated fine) and then did we rebuild from terminal, after rebuilding, our site is broken and crashing forever, its not loading at all. more details here https://meta.discourse.org/t/discourse-updated-from-admin-not-working-after-rebuild/200443

There is likely some fatal bug which is causing sites to break and never load after rebuild, i think this bug came in some commits and files updates you guys did on 14th or 15th aug 2021.

image

image

image

Please let us know once this is fixed so we can try a rebuild and hope our site does not break again.

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/discourse-updated-from-admin-not-working-after-rebuild/200443/1

Please sign in to comment.