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