Skip to content

Commit fb388a4

Browse files
authored
Update index.js (#575)
1 parent 1b2a600 commit fb388a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Rust 1.5.0 was released on 2015-12-10
44
const EPOCH_DATE = moment.utc('2015-12-10')
55
const EPOCH_RELEASE = 5
6-
const DATE_FORMAT = 'MMMM Do YYYY'
6+
const DATE_FORMAT = 'MMMM DD YYYY'
77
const newReleases = Math.floor(moment.utc().diff(EPOCH_DATE, 'weeks') / 6)
88

99
function addRelease (kind, incr, toolsWeek) {

0 commit comments

Comments
 (0)