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"