Skip to content

Commit

Permalink
Fix beta expiration date
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 23, 2024
1 parent ebde1ea commit 13a1a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/BetaConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { APP_VERSION } from "./Constants";
// Constants
const BETA_CONFIG: BetaConfig | null = {
year: "2025",
expiration: new Date(2024, 0, 4),
expiration: new Date(2025, 0, 4),
surveyUrl:
"https://docs.google.com/forms/d/e/1FAIpQLSe7xxOln2NUO6pNrGQAPAJ5W7HH2dcIfcCYYi0etTQQE5ORwg/viewform?usp=pp_url&entry.1466744914=__version__"
};
Expand Down

0 comments on commit 13a1a95

Please sign in to comment.