Skip to content

Commit acb3654

Browse files
committed
bump version for release
1 parent 50e4bee commit acb3654

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

curb.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Gem::Specification.new do |s|
22
s.name = "curb"
33
s.authors = ["Ross Bamford", "Todd A. Fisher"]
4-
s.version = '1.0.8'
5-
s.date = '2025-02-10'
4+
s.version = '1.0.9'
5+
s.date = '2025-02-15'
66
s.description = %q{Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/}
77
s.email = '[email protected]'
88
s.extra_rdoc_files = ['LICENSE', 'README.markdown']

ext/curb.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
#include "curb_macros.h"
2929

3030
// These should be managed from the Rake 'release' task.
31-
#define CURB_VERSION "1.0.8"
32-
#define CURB_VER_NUM 1008
31+
#define CURB_VERSION "1.0.9"
32+
#define CURB_VER_NUM 1009
3333
#define CURB_VER_MAJ 1
3434
#define CURB_VER_MIN 0
35-
#define CURB_VER_MIC 8
35+
#define CURB_VER_MIC 9
3636
#define CURB_VER_PATCH 0
3737

3838

0 commit comments

Comments
 (0)