Skip to content

Commit e33cb85

Browse files
authored
Merge pull request #230 from cmu-delphi/ndefries/match-description-bumpvers-nums
Set DESCRIPTION, .bumpversion.cfg, and app/global.R versions all to 4.2.0
2 parents 1d50018 + 0ae89b2 commit e33cb85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = 4.0.0
2+
current_version = 4.2.0
33
commit = False
44
tag = False
55

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 <- "4.0.0"
11+
appVersion <- "4.2.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)