Skip to content

Commit

Permalink
Bump version to 0.2.7 (#139)
Browse files Browse the repository at this point in the history
* Bump version to 0.2.7

* Fix azuredeploy.json
  • Loading branch information
MaximeKjaer committed Apr 17, 2023
1 parent 35a6cac commit 7c9d7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AzFilesHybrid/AzFilesHybrid.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AzFilesHybrid.psm1'

# Version number of this module.
ModuleVersion = '0.2.6.0'
ModuleVersion = '0.2.7.0'

# Supported PSEditions
CompatiblePSEditions = "Core", "Desktop"
Expand Down
2 changes: 1 addition & 1 deletion dns-forwarder/azuredeploy.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "0.2.6.0",
"contentVersion": "0.2.7.0",
"parameters": {
"location":{
"type": "string",
Expand Down

0 comments on commit 7c9d7ee

Please sign in to comment.