Skip to content

Commit 95ab4bf

Browse files
*: Release v2.5.0
1 parent 06b2cdb commit 95ab4bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
AC_PREREQ(2.65)
2121
AC_CONFIG_MACRO_DIR([./aclocal])
2222

23-
AC_INIT([thrift], [2.4.5-upfluence])
23+
AC_INIT([thrift], [2.5.0-upfluence])
2424

2525
AC_CONFIG_AUX_DIR([.])
2626

lib/rb/thrift.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = 'upfluence-thrift'
6-
s.version = '2.4.4'
6+
s.version = '2.5.0'
77
s.authors = ['Thrift Developers']
88
s.email = ['dev@thrift.apache.org']
99
s.homepage = 'http://thrift.apache.org'

0 commit comments

Comments
 (0)