Skip to content

Commit 2147230

Browse files
committed
Release 0.31.3
1 parent b7d8239 commit 2147230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ options: struct {
198198
/// If set, this pkgs_uri will be used instead of `pkgs_uri`. Unlike `prefix` this options
199199
/// cannot be set by command line arguments.
200200
forced_pkgs_uri: ?[]const u8 = null,
201-
pkgs_uri: []const u8 = "https://github.com/Hejsil/dipm-pkgs/raw/master/pkgs.ini",
201+
pkgs_uri: []const u8 = "https://github.com/Hejsil/dipm-pkgs/raw/0.31.3/pkgs.ini",
202202
},
203203

204204
fn prefix(prog: Program) []const u8 {

0 commit comments

Comments
 (0)