Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
NateSackett committed Oct 28, 2021
1 parent 98e8ead commit c042c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/All/Announcements.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import '../../css/Announcements.css';
*/
function Announcements() {

const version = 'v1.0.0';
const version = 'v1.0.1';

// Specify date of newest announcement. Announcements hidden after this date won't be shown.
const newestAnnouncement = 20211028000000; // YYYY + MM + DD + 000000
Expand Down

0 comments on commit c042c1f

Please sign in to comment.