1 parent d704470 commit 410b1d5Copy full SHA for 410b1d5
2 files changed
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = .gobject_codegen,
3
- .version = "0.3.1",
+ .version = "0.3.2",
4
.fingerprint = 0x9edb5c54cdea7d07, // Changing this has security and trust implications.
5
.minimum_zig_version = "0.16.0",
6
.paths = .{
src/translate.zig
@@ -3211,7 +3211,7 @@ fn createBuildZon(
3211
const source =
3212
\\.{
3213
\\ .name = .gobject,
3214
- \\ .version = "0.3.1",
+ \\ .version = "0.3.2",
3215
\\ .fingerprint = 0xca12a75aeca74b4a, // Changing this has security and trust implications.
3216
\\ .minimum_zig_version = "0.16.0",
3217
\\ .paths = .{
0 commit comments