Skip to content

Commit

Permalink
Update version number in PublicIP.psd1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug authored Mar 5, 2024
1 parent 68ad95e commit 58e85e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/Process-PSModule.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Process-PSModule

run-name: "Process-PSModule - [${{ github.event.pull_request.title }} #${{ github.event.pull_request.number }}] by @${{ github.actor }}"

on:
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion src/PublicIP/PublicIP.psd1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@{
ModuleVersion = '0.1.0'
ModuleVersion = '0.0.1'
Description = 'PowerShell Module for Public IP'
HelpInfoURI = 'https://PSModule.github.io/PublicIP'
PrivateData = @{
Expand Down

0 comments on commit 58e85e6

Please sign in to comment.