From 03139ef8d62a533faae09e46b63d1cda538fe4cb Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 14 Jan 2026 09:46:29 +0100 Subject: [PATCH] Set version to 1.1.1 --- .github/workflows/ci.yml | 4 ++-- Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7b9cb9..44ec04a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: branches: - 'master' - 'release-' - tags: '*' + tags: ['*'] pull_request: jobs: @@ -15,7 +15,7 @@ jobs: strategy: matrix: version: - - '1.0' + - '1.10' - '1' - 'nightly' os: diff --git a/Project.toml b/Project.toml index a84b395..88662a0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "IPNets" uuid = "66763231-799b-5fff-8662-389acfc33a85" -version = "1.1.0" +version = "1.1.1" [deps] Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"