Skip to content

Commit

Permalink
Incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DCMattyG committed Oct 8, 2023
1 parent 1d4a5b0 commit bd4e30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
app = FastAPI(
title = "Azure IPAM",
description = description,
version = "2.0.0",
version = "2.1.0",
contact = {
"name": "Azure IPAM Team",
"url": "https://github.com/azure/ipam",
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-ipam-ui",
"version": "2.0.0",
"version": "2.1.0",
"private": true,
"dependencies": {
"@azure/msal-browser": "^3.2.0",
Expand Down

0 comments on commit bd4e30e

Please sign in to comment.