Skip to content

Commit de9db57

Browse files
authored
Merge pull request #34 from minikube-bot/bump_version
Bump version
2 parents 575711f + 0d0b5da commit de9db57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION = 0.0.1
15+
VERSION = 0.0.2
1616

1717
.PHONY: bump-version
1818
bump-version:

src/window.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
#include <QMainWindow>
3434
#endif
3535

36-
const QVersionNumber version = QVersionNumber::fromString("0.0.1");
36+
const QVersionNumber version = QVersionNumber::fromString("0.0.2");
3737

3838
Window::Window()
3939
{

0 commit comments

Comments
 (0)