Skip to content

Commit 0044e01

Browse files
viuginick1valich
authored andcommitted
bump version to 0.2.3.beta5
1 parent 9cb00d7 commit 0044e01

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ext/debase_internals.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -647,9 +647,6 @@ Debase_enable_file_filtering(VALUE self, VALUE value)
647647
return NULL;
648648
}
649649

650-
if (!iseq->body->location.label) {
651-
rb_raise(rb_eTypeError, "uninitialized InstructionSequence");
652-
}
653650
return iseq;
654651
}
655652

lib/debase/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Debase
2-
VERSION = "0.2.3.beta4" unless defined? VERSION
2+
VERSION = "0.2.3.beta5" unless defined? VERSION
33
end

0 commit comments

Comments
 (0)