Skip to content

Commit 208e54e

Browse files
authored
chore: release 6.0.0
1 parent 95a009a commit 208e54e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.0.1
2+
current_version = 6.0.0
33
commit = False
44
tag = False
55

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: forecasteval
22
Title: Forecast Evaluation Dashboard
3-
Version: 5.0.1
3+
Version: 6.0.0
44
Authors@R: c(person("Kate", "Harwood", email = "[email protected]", role = "cre"),
55
person("Chris", "Scott", role = "ctb"),
66
person("Jed", "Grabman", role = "ctb"))

app/global.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ library(viridis)
88
library(tsibble)
99
library(covidcast)
1010

11-
appVersion <- "5.0.1"
11+
appVersion <- "6.0.0"
1212

1313
COVERAGE_INTERVALS <- c("10", "20", "30", "40", "50", "60", "70", "80", "90", "95", "98")
1414
DEATH_FILTER <- "deaths_incidence_num"

0 commit comments

Comments
 (0)