Skip to content

Commit 127eee6

Browse files
committed
version
1 parent 1e1d166 commit 127eee6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

TODO.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
- test webhooks for email providers
44
- test winning variations
55
- test the docker compose
6-
- add contact_list reason string
76
- docs: installation, email providers, templates, contacts, lists, workspaces, broadcast campaigns, transactional api, notification center
87
- check redirection urls for click tracking
98
- test click / open tracking
9+
10+
## Eventual features
11+
12+
- add contact_list reason string

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func LoadWithOptions(opts LoadOptions) (*Config, error) {
139139
v.SetDefault("DB_SSLMODE", "require")
140140
v.SetDefault("ENVIRONMENT", "production")
141141
v.SetDefault("LOG_LEVEL", "warn")
142-
v.SetDefault("VERSION", "1.0")
142+
v.SetDefault("VERSION", "3.1")
143143

144144
// SMTP defaults
145145
v.SetDefault("SMTP_PORT", 587)

0 commit comments

Comments
 (0)