Skip to content

Commit

Permalink
Bump up to 3.1.4
Browse files Browse the repository at this point in the history
#187 has changed a behavior and ruby/spec also needed a
follow up at ruby/ruby@0d8ef62.
However, because bigdecimal is a separate gem and can be updated in
older versions of ruby, `RUBY_VERSION` is not appropriate for this
guard.  That means it needs bumped up `BigDecimal::VERSION`.
  • Loading branch information
nobu committed Feb 21, 2023
1 parent 36de911 commit 3a2a7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/bigdecimal/bigdecimal.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "bits.h"
#include "static_assert.h"

#define BIGDECIMAL_VERSION "3.1.3"
#define BIGDECIMAL_VERSION "3.1.4"

/* #define ENABLE_NUMERIC_STRING */

Expand Down

0 comments on commit 3a2a7a9

Please sign in to comment.