From af6ea4c0d77c6dcc760584439ec20355823cf623 Mon Sep 17 00:00:00 2001 From: Chris Peterson Date: Tue, 26 Apr 2022 16:16:06 -0700 Subject: [PATCH] Bump version --- src/GitlabCli/GitlabCli.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GitlabCli/GitlabCli.psd1 b/src/GitlabCli/GitlabCli.psd1 index ae4193c..4708043 100644 --- a/src/GitlabCli/GitlabCli.psd1 +++ b/src/GitlabCli/GitlabCli.psd1 @@ -1,11 +1,11 @@ @{ - ModuleVersion = '1.59.0' + ModuleVersion = '1.60.0' PrivateData = @{ PSData = @{ LicenseUri = 'https://github.com/chris-peterson/pwsh-gitlab/blob/main/LICENSE' ProjectUri = 'https://github.com/chris-peterson/pwsh-gitlab' - ReleaseNotes = 'Add gitlab version' + ReleaseNotes = 'https://github.com/chris-peterson/pwsh-gitlab/pull/43' } }