Skip to content

Commit 1dff6aa

Browse files
authored
bump version to 0.9.4.dev20250416 (#1112)
1 parent a8dd8c9 commit 1dff6aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
module(
2323
name = "spu",
24-
version = "0.9.4.dev20250410",
24+
version = "0.9.4.dev20250416",
2525
compatibility_level = 1,
2626
)
2727

src/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
module(
2323
name = "spulib",
24-
version = "0.9.4.dev20250410",
24+
version = "0.9.4.dev20250416",
2525
compatibility_level = 1,
2626
)
2727

src/libspu/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#define SPU_VERSION "0.9.4.dev20250410"
15+
#define SPU_VERSION "0.9.4.dev20250416"
1616

1717
#include <string_view>
1818

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
SPU_VERSION = "0.9.4.dev20250410"
15+
SPU_VERSION = "0.9.4.dev20250416"

0 commit comments

Comments
 (0)