Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version number bumped to 3.0.0 from 2.8.0 (tentative).
We have decided to go forward to 3.0 this year.
  • Loading branch information
matz committed Aug 31, 2020
1 parent 9b88851 commit 21c62fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ruby/version.h
Expand Up @@ -27,8 +27,8 @@
#define RUBY_BIRTH_DAY 24

/* API version */
#define RUBY_API_VERSION_MAJOR 2
#define RUBY_API_VERSION_MINOR 8
#define RUBY_API_VERSION_MAJOR 3
#define RUBY_API_VERSION_MINOR 0
#define RUBY_API_VERSION_TEENY 0
#define RUBY_API_VERSION_CODE (RUBY_API_VERSION_MAJOR*10000+RUBY_API_VERSION_MINOR*100+RUBY_API_VERSION_TEENY)

Expand Down

14 comments on commit 21c62fb

@dosire
Copy link

@dosire dosire commented on 21c62fb Aug 31, 2020

Choose a reason for hiding this comment

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

@emilebosch
Copy link

Choose a reason for hiding this comment

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

🥳

@senthilnayagam
Copy link

Choose a reason for hiding this comment

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

@matz awesome, looking forward for actual release

@vshvedov
Copy link

Choose a reason for hiding this comment

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

❤️

Thank you all for the hard work on the most beautiful programming language.

@mconiglio
Copy link

Choose a reason for hiding this comment

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

😱

@cknoxrun
Copy link

Choose a reason for hiding this comment

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

Thanks so much, and congratulations! Ruby just keeps getting better, it makes me so happy to use it every day.

@wbnns
Copy link
Contributor

@wbnns wbnns commented on 21c62fb Aug 31, 2020

Choose a reason for hiding this comment

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

Cheers to 3! And to 4, 5, 6, 7 and beyond.

@freeslugs
Copy link

Choose a reason for hiding this comment

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

well done! 🎉 this will pair nicely with rails 7 😉.

@rizrmd
Copy link

@rizrmd rizrmd commented on 21c62fb Sep 1, 2020

Choose a reason for hiding this comment

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

Cheers to 3! And to 4, 5, 6, 7 and beyond.

As history tells us with another programming language, there will be no version 6. Let’s see...

@igolden
Copy link

@igolden igolden commented on 21c62fb Sep 1, 2020

Choose a reason for hiding this comment

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

Truly grateful for everyone's hard work and focus on this. The good news of ruby 3 is especially meaningful in a year like 2020.

Looking forward to December, cheers! 🍾 🍻

@melezhik
Copy link

Choose a reason for hiding this comment

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

hello from other worlds 😀 ... I have good memories with ruby 1.8 and I am glad to see the language keep going !

@brupm
Copy link

@brupm brupm commented on 21c62fb Sep 1, 2020

Choose a reason for hiding this comment

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

Tears of joy! 💯

@paradisaeidae
Copy link

Choose a reason for hiding this comment

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

This is the best news for a 2020 year!

@AnkurVyasAce
Copy link

Choose a reason for hiding this comment

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

Awesome 👍

Please sign in to comment.