mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
up the version to 1.0.1 everywhere for dev
This commit is contained in:
@ -43,7 +43,7 @@ comptime {
|
||||
}
|
||||
|
||||
/// The version of the next release.
|
||||
const app_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 0 };
|
||||
const app_version = std.SemanticVersion{ .major = 1, .minor = 0, .patch = 1 };
|
||||
|
||||
pub fn build(b: *std.Build) !void {
|
||||
const optimize = b.standardOptimizeOption(.{});
|
||||
|
@ -1,6 +1,6 @@
|
||||
.{
|
||||
.name = "ghostty",
|
||||
.version = "1.0.0",
|
||||
.version = "1.0.1",
|
||||
.paths = .{""},
|
||||
.dependencies = .{
|
||||
// Zig libs
|
||||
|
@ -110,7 +110,7 @@
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ghostty";
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
inherit src;
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Reference in New Issue
Block a user