Skip to content

Commit

Permalink
Update version to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Aug 27, 2024
1 parent 03c491c commit 89c2bfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12)

project(
weather-forecast
VERSION 1.3.5
VERSION 1.3.6
DESCRIPTION "Console weather forecast app that uses OpenMeteo and Yandex Geocoder API"
LANGUAGES CXX
)
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/TextUserInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "ConfigParser.hpp"

const std::string TextUserInterface::kProgramName = "weather-forecast";
const std::string TextUserInterface::kVersion = "1.3.5 Ferdinando II de' Medici";
const std::string TextUserInterface::kVersion = "1.3.6 Ferdinando II de' Medici";
const CompositeString TextUserInterface::kDefaultConfigPath = "default_config.json";
const CompositeString TextUserInterface::kDefaultLogPath = "Print to standard output";

Expand Down
2 changes: 1 addition & 1 deletion tests/WeatherForecastIntegrationTestSuite.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "WeatherForecastIntegrationTestSuite.hpp"

const std::string WeatherForecastIntegrationTestSuite::kExpectedHelp = "weather-forecast 1.3.5 Ferdinando II de' Medici\n"
const std::string WeatherForecastIntegrationTestSuite::kExpectedHelp = "weather-forecast 1.3.6 Ferdinando II de' Medici\n"
"A program for displaying the weather forecast in the terminal.\n"
"\n"
"OPTIONS:\n"
Expand Down

0 comments on commit 89c2bfe

Please sign in to comment.