Skip to content

Commit

Permalink
Merge pull request #34 from minikube-bot/bump_version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
medyagh authored Feb 22, 2023
2 parents 575711f + 0d0b5da commit de9db57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = 0.0.1
VERSION = 0.0.2

.PHONY: bump-version
bump-version:
Expand Down
2 changes: 1 addition & 1 deletion src/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ limitations under the License.
#include <QMainWindow>
#endif

const QVersionNumber version = QVersionNumber::fromString("0.0.1");
const QVersionNumber version = QVersionNumber::fromString("0.0.2");

Window::Window()
{
Expand Down

0 comments on commit de9db57

Please sign in to comment.