Skip to content

Commit

Permalink
chore: version bump to v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Oct 2, 2023
1 parent 9553210 commit 43f7c2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bruno-app/src/components/Sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const Sidebar = () => {
</GitHubButton>
)}
</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.16.6</div>
<div className="flex flex-grow items-center justify-end text-xs mr-2">v0.17.0</div>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion packages/bruno-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v0.16.6",
"version": "v0.17.0",
"name": "bruno",
"description": "Opensource API Client for Exploring and Testing APIs",
"homepage": "https://www.usebruno.com",
Expand Down

0 comments on commit 43f7c2a

Please sign in to comment.